home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo this is an example of how to call your editor with POV-Help. In my case
- echo my editor is Multi-Edit (ME.EXE), so I use a batch file called ME.BAT.
- echo obviously, when you modify this you'd want to rename it to whatever you
- echo usually use for your editor.
-
- rem as long as the database is in the same directory as POV-Help, POV-Help
- rem will find it OK. so we don't need to specify the path here.
-
- povhelp +KALT-ESC +Ed:\me\me.exe %1 %2 %3 %4 %5